Delete the alert configuration specified by the mandatory uri
parameter from the specified database.
Upon success, MarkLogic Server returns a status code 204 (No Content). If the request malformed or the alert does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin
rolehttp://marklogic.com/xdmp/privileges/manage-admin
http://marklogic.com/xdmp/privileges/manage
privilege, plus one of the following privileges:
http://marklogic.com/xdmp/privileges/admin/database
http://marklogic.com/xdmp/privileges/admin/database/database-ID
http://marklogic.com/xdmp/privileges/admin/database/alerts/database-ID
$ curl --anyauth --user user:password -X DELETE -i \ http://localhost:8002/manage/v2/databases/Documents/alert/configs?uri=my-alert-config ==> Deletes the alert configuration for the alert with the 'my-alert-config' URI from the Documents database.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.